home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / sleep.man < prev    next >
Text File  |  1988-12-22  |  515b  |  20 lines

  1. ' $Header: /a/newcmds/sleep/RCS/sleep.man,v 1.1 88/12/22 11:53:55 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS SLEEP cmds
  4. .BS
  5. .SH NAME
  6. sleep \- Suspend execution for a given time period
  7. .SH SYNOPSIS
  8. \fBsleep \fIseconds\fR
  9. .BE
  10.  
  11. .SH DESCRIPTION
  12. .LP
  13. This process simply suspends itself for \fIseconds\fR seconds, then
  14. exits.  It is convenient in situations where a particular command
  15. should be executed after a given time period:  run \fBsleep\fR first,
  16. then the desired command.
  17.  
  18. .SH KEYWORDS
  19. delay, sleep
  20.